scroll
Type
property
Summary
Specifies the vertical scroll of a PolyList.
Syntax
set the scroll of widget to {<integer>}
get the scroll of widget
Description
Use the scroll property to scroll a PolyList or to check how far it has scrolled vertically.
By default, the scroll property of newly created PolyLists is set to zero.
Examples
on openCard
# ...
set the scroll of widget "PolyList" to 0
end openCard